projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91f5a8d
)
(x_scroll_bar_expose): Don't make the right border thicker.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 15 Mar 1994 01:25:19 +0000
(
01:25
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 15 Mar 1994 01:25:19 +0000
(
01:25
+0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 8a219c5da16bde4d8972533547d057744e76ea31..93610d9092125cb66743141b71a2927be37c9404 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-2458,12
+2458,6
@@
x_scroll_bar_expose (bar, event)
/* x, y, width, height */
0, 0, XINT (bar->width) - 1, XINT (bar->height) - 1);
- /* Draw another line to make the extra-thick border on the right. */
- XFillRectangle (x_current_display, w, gc,
-
- /* x, y, width, height */
- XINT (bar->width) - 2, 1, 1, XINT (bar->height) - 2);
-
UNBLOCK_INPUT;
}